home *** CD-ROM | disk | FTP | other *** search
-
- Fellow Blitzers,
-
- Anyone know how to write an array to a file, using PUT?
- I've tried the following:
-
-
- Dim s(37,43)
- ; Fill 's' with the data etc.
-
- ok=OpenFile(0,"DH0:blitz2/data.dat")
- Fields 0,s
- Put 0,0
-
- CloseFile 0
-
- When I check the length of the file created, it is only 4 bytes.
- Can anyone see what the problem is?
-
-
- -Matt.
- ____________________________________________________________________________
- ////////// Matthew O'Donnell |||||||||| modonnell@email.meto.govt.uk \\\\\\\\\
- ------------------------------------------------------------------------------
-
-